home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form4
- BorderStyle = 4 'Fixed ToolWindow
- Caption = "Shortcuts"
- ClientHeight = 4485
- ClientLeft = 45
- ClientTop = 285
- ClientWidth = 4515
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4485
- ScaleWidth = 4515
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Go Back"
- Height = 615
- Left = 3600
- TabIndex = 1
- Top = 0
- Width = 855
- End
- Begin VB.TextBox Text1
- Height = 4455
- Left = 0
- Locked = -1 'True
- MultiLine = -1 'True
- TabIndex = 0
- Text = "Form4.frx":0000
- Top = 0
- Width = 3615
- End
- Attribute VB_Name = "Form4"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Form4.Hide
- Form1.Enabled = True
- End Sub
-